runtime.markBits.isMarked (method)
12 uses
runtime (current package)
mbitmap.go#L1236: func (m markBits) isMarked() bool {
mbitmap.go#L1277: return mbits.isMarked()
mcheckmark.go#L81: if !mbits.isMarked() {
mgcmark.go#L1664: if mbits.isMarked() {
mgcsweep.go#L560: if !mbits.isMarked() {
mgcsweep.go#L623: if !mbits.isMarked() && (abits.index < uintptr(s.freeindex) || abits.isMarked()) {
mgcsweep.go#L867: alloc := i < uintptr(s.freeindex) || abits.isMarked()
mgcsweep.go#L873: if mbits.isMarked() {
mgcsweep.go#L878: zombie := mbits.isMarked() && !alloc
mwbbuf.go#L250: if mbits.isMarked() {
traceallocfree.go#L70: if abits.index < uintptr(s.freeindex) || abits.isMarked() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |